home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / programr / listings / blx12 / readme. < prev    next >
Text File  |  1991-05-04  |  1KB  |  31 lines

  1. The following are the source files for Borland Language Express
  2. Spring 1991, Volume 1 Number 2:
  3.  
  4.   README       - this file
  5.   README.COM   - Borland Readme program
  6.  
  7.  
  8. Object Windows: A Taste of Turbo Pascal for Windows by Tom Swan
  9.  
  10.   SYSCOLOR.PAS - TPW system features coloring program
  11.   SYSCOLOR.ICO - icon file for the program
  12.   SYSCOLOR.RC  - resource definition file
  13.   SYSCOLOR.RES - compiled resource file
  14.  
  15.  
  16. C++ Applied: Encapsulating Windows Objects by Richard Hale Shaw
  17.  
  18.   WSBTEST.CPP  - scroll bar test main program source code
  19.   WINAPP.CPP   - windows app program source code
  20.   WINSB.CPP    - scroll bar member functions
  21.   STDDEFS.H    - header file standard definitions
  22.   STDWIN.H     - header file containing WinAppStdWindow class
  23.   WINAPP.H     - header file containing main windows class definitions
  24.   WINSB.H      - header file containing scroll bar class definition
  25.   WSB.BAT      - batch file to build the C++ scroll bar program
  26.  
  27.  
  28. Virtual Functions Made Simple by Bruce Eckel
  29.  
  30.   PETS.CPP     - virtual functions example program
  31.